go/types.Checker.unpackRecv (method)

3 uses

	go/types (current package)
		resolver.go#L433: 					ptr, recv, _ := check.unpackRecv(d.decl.Recv.List[0].Type, false)
		resolver.go#L497: func (check *Checker) unpackRecv(rtyp ast.Expr, unpackParams bool) (ptr bool, rname *ast.Ident, tparams []*ast.Ident) {
		signature.go#L113: 		_, rname, rparams := check.unpackRecv(recvPar.List[0].Type, true)